From: Joey Hess Date: Thu, 30 Jan 2025 18:32:44 +0000 (-0400) Subject: Revert "disable OsPath build flag on windows for now" X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~183^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fb7a0ccb4ced8933be741e41eed1aac8667c4d86;p=git-annex.git Revert "disable OsPath build flag on windows for now" This reverts commit 55cf9ce28fe1c8a4ee64f1843cd3a88e85bcbf35. Problem was fixed by commit c1e90767daeff7557e047ea4229d83c4e78f9f12 --- diff --git a/git-annex.cabal b/git-annex.cabal index b610cdf65c..b662fe482e 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -333,14 +333,12 @@ Executable git-annex P2P.Http.State if flag(OsPath) - -- Currently this build flag does not pass the test suite on Windows - if (! os(windows)) - Build-Depends: - os-string (>= 2.0.0), - directory (>= 1.3.8.3), - filepath (>= 1.5.2.0), - file-io (>= 0.1.3) - CPP-Options: -DWITH_OSPATH + Build-Depends: + os-string (>= 2.0.0), + directory (>= 1.3.8.3), + filepath (>= 1.5.2.0), + file-io (>= 0.1.3) + CPP-Options: -DWITH_OSPATH if (os(windows)) Build-Depends: